Concatenate Arrays
Command Prototype
arrRet = concat(srcArray,distArray)
Command Description
Concatenates two arrays and returns the result
Parameter Description
- Required Parameter
- srcArray--The first array to concatenate
- distArray--The second array to concatenate
- return
- arrRet--The variable used to save the output of the function call